01. Install Python, Flask and virtual environment


$ mkdir ServerManagerApp
$ cd ServerManagerApp
$ python3.9 -m venv venv
$ soruce ./venv/bin/activate
(venv)$ python --version
(venv)$ pip --version
(venv)$ pip install flask Flask-RESTful
(venv)$ pip freeze

#Python #Flask #REST






你可能感興趣的文章

AI輔導室|快速切割方法

AI輔導室|快速切割方法

[TensorFlow Certification Day7] 挑戰NLP (5hrs)

[TensorFlow Certification Day7] 挑戰NLP (5hrs)

曼陀號領航計畫(3) Meeting

曼陀號領航計畫(3) Meeting






留言討論